﻿/* 整体样式 */

/* html, body {/* 特殊日子使用 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,#grayscale"); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}  */


html, body {
	height: 100%;
	font-family: "Microsoft Yahei";
	background-color: #ffffff;
	color: black;
	font-size: 16px;
}

a {
	color: black;
	font-size: 16px;
}

a:hover {
	text-decoration: none;
}

ul {
	padding-left: 20px;
}

h4 {
	font-size: 16px;
}

/* 页面底部开始 */
.footer {
	padding-top: 20px;
	background: #C60400;
	border-top: 1px solid #ddd;
	min-height: 130px;
}

.footer p {
	background: #C60400;
	color: white;
	font: normal 15px 'Microsoft YaHei';
	text-align: center;
	line-height: 28px;
}
/* 页面底部结束 */

/* 面板开始 */
.panel-heading h4, .panel-heading a {
	line-height: 90%;
	color: white;
}

.panel .panel-heading {
	background: #FF4900;
	border-bottom: #eee solid 1px;
	padding: 3px 12px;
	background-color: #FF4900;
}

.panel-body {
	padding: 10px 10px;
	height: auto !important;
	min-height: 250px;
	background-color: white;
}

.panel-body .media a {
	font-size: 15px;
	color: #111111;
	margin-left: 5px;
}
/* 面板结束 */

/*  菜单  */
#w0 {
	background-color: #C60400;
}

#w1, #w2 {
	background-color: #C60400;
}

#w1>li>a {
	color: white;
	font: bold 17px 'Microsoft YaHei';
	background-color: #C60400;
}

#w1>li>a:hover {
	color: #fff000;
	background-color: #C60400;
}

#w2>li {
	height: 28px;
	margin-bottom: 10px;
}

#w2>li>a {
	color: white;
	font-size: 16px;
	background-color: #C60400;
}

#w2>li>a {
	color: white;
	font-size: 16px;
	background-color: #C60400;
	margin: 10px 0 0 0
}

#w2>li>a:hover {
	color: #fff000;
	background-color: #FF8E10;
}

/*鼠标经过显示*/
#w1>li .dropdown-menu {
	margin: 0;
}

#w1>li:hover .dropdown-menu {
	display: block;
}

/*鼠标经过显示*/
#input_bar {
	height: 50px;
	line-height: 38px;
	padding-top: 5px;
	border-bottom: 1px #d2d9de solid;
	border-top: 1px #d2d9de solid;
	color: #F7A200;
	background-color: transparant;
}

#input_bar input, #input_bar button, #input_bar span, #input_bar a {
	background-color: transparent;
}

#scroll_pic {
	margin: 1px 0 15px 0;
	border: 0;
	frameborder: no;
	width: 100%;
	scrolling: no;
	height: 160px;
	background-color: #FFF3D6;
}

/*改写bootstrap行间隔*/
.media {
	margin-top: 10px;
}

.navbar-inverse {
	border-color: #666600;
	background-color: #666600;
}

.container {
	margin-top: 15px;
}

/*******************焦点图样式*************************/
.carousel-inner .item a {
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

.carousel-inner img {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0
}

.carousel {
	margin-bottom: 22px; /*10-->11*/
}

.carousel img {
	border-radius: 5px;
}

.carousel .carousel-inner .item {
	margin-bottom: 3px;
	height: 250px; /*310-->250 by csj*/
}

.hsCarfoot {
	text-align: center;
	height: 41px;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 10px;
	color: white;
	background-color: #FF4900;
	/*background-color:   #F5EEEA;*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.carousel-indicators {
	position: absolute;
	z-index: 15;
	bottom: 45px;
	left: 80%;
	width: 60%;
	margin-left: -23%; /*-30%;*/
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.more {
	float: right;
	margin-top: -35px;
	padding-right: 15px;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}

.right_panel {
	border: 1px solid #F7A200;
	padding: 0 -20px;
	margin-top: 20px;
}

#right_panel_title {
	background: #FF4900;
	font-size: 16px;
	text-align: center;
}
/* 公告公示 */
.gggs_title {
	font: bold 16px 'Microsoft YaHei';
	padding: 2px 5px;
}

.gggs_content {
	padding: 5px;
	font-size: 16px;
	font-weight: normal;
	text-indent: 2em;
	color: black;
	height: 380px;
	overflow: hidden;
	background-color: white;
}

#gggs-body, #jckd_body, #znss_body, #yqlj_body {
	background: white;
	margin: 0;
}

#jckd_body {
	min-height: 168px;
}

#jckd_body a {
	display: block;
	padding: 5px;
	color: black;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
}

#yqlj_body {
	background-color: white;
	margin: 0 auto;
	text-align: center;
}

#yqlj_body img {
	padding: 5px 0;
	width: 98%;
}

#yqlj_body 
.list-group-item {
	border-color: white;
}

#yqlj_body  a {
	background: white;
	color: black;
	font-size: 15px;
	line-height: 28px;
}
#znss_body
{
	border: 1px solid #F7A200;
	height:120px;
}
#znss_body input {
	background: transparent;
	height: 32px;
	width: 70%;
	border: 1px solid #F7A200;
	vertical-align: middle;
}

#znss_body button {
	background: transparent;
	border: 1px solid #F7A200;
	vertical-align: middle
}

@media screen and (max-width: 767px) {
	.right_panel {
		display: none;
	}
}

/* 用于 wzxs.php */
#wzxs_php {
	background: #f9f9f9;
}

#wzxs_php .row {
	margin: 0 15px 0 15px;
	color: black;
}

/* 用于 wzfl.php */
#wzfl_php_panel_left, #wzfl_php_panel_right {
	background: white;
	font: normal 15px "Microsoft YaHei";
	min-height: 400px;
}

#wzfl_php_panel_left a {
	color: black;
}

#wzfl_php_dhml_title, #wzfl_php_dcwz {
	padding: 10px;
	font: bold 16px "Microsoft YaHei";
	color: white;
}

#wzfl_php_dhml_ul li a {
	font: normal 16px "Microsoft YaHei";
}

#wzfl_php_dhml_ul li a:hover {
	color: #008000;
}

#wzfl_php_content ul, #search_php_content ul {
	list-style: none;
	margin-top: 10px;
	line-height: 28px;
}

#wzfl_php_content ul li a, #search_php_content ul li a {
	font: normal 15px "Microsoft YaHei";
	padding: 5px 10px;
	color: black;
	line-height: 20px;
	height: 28px;
	position: absolute;
	overflow: hidden;
}

#wzfl_php_content li a:hover, #search_php_content li a:hover {
	color: #008000;
}

.wzfl_php_float_right {
	float: right;
}

.wzfl_php_bg_transparent {
	background-color: transparent;
}

#wzfl_php_fenye {
	margin: auto;
	text-align: center;
}

#wzfl_php_fenye a {
	background-color: transparent;
	border-color: #750000;
	color: black;
}

#wzfl_php_fenye .active {
	background-color: #F7A200;
}

#search_php_panel {
	margin: 20px -15px;
}

#search_php_title {
	margin: auto;
	text-align: center;
	padding: 10px;
	font: bold 16px "Microsoft YaHei";
}